home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 2010 Software/Programs / PCGuia_programas.iso / Software / Utils / Find and Run Robot / FindAndRunRobotSetup.exe / FindAndRunRobot.exe / 0 / RCDATA / TTEXTPASTEFORM / TTEXTPASTEFORM.txt
Encoding:
Text File  |  2009-11-20  |  1.4 KB  |  70 lines

  1. object TextPasteForm: TTextPasteForm
  2.   Tag = 99
  3.   Left = 399
  4.   Top = 634
  5.   Width = 536
  6.   Height = 252
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 528
  24.     Height = 225
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     Caption = 'Panel1'
  28.     TabOrder = 0
  29.     DesignSize = (
  30.       528
  31.       225)
  32.     object Label1: TLabel
  33.       Left = 7
  34.       Top = 183
  35.       Width = 222
  36.       Height = 13
  37.       Anchors = [akLeft, akBottom]
  38.       Caption = 'Paste formatted lines above and then click OK.'
  39.     end
  40.     object TextMemo: TMemo
  41.       Left = 2
  42.       Top = 4
  43.       Width = 511
  44.       Height = 173
  45.       Anchors = [akLeft, akTop, akRight, akBottom]
  46.       ScrollBars = ssBoth
  47.       TabOrder = 0
  48.       WordWrap = False
  49.     end
  50.     object ButtonCancel: TBitBtn
  51.       Left = 358
  52.       Top = 183
  53.       Width = 75
  54.       Height = 25
  55.       Anchors = [akRight, akBottom]
  56.       TabOrder = 1
  57.       Kind = bkCancel
  58.     end
  59.     object ButtonOk: TBitBtn
  60.       Left = 441
  61.       Top = 183
  62.       Width = 75
  63.       Height = 25
  64.       Anchors = [akRight, akBottom]
  65.       TabOrder = 2
  66.       Kind = bkOK
  67.     end
  68.   end
  69. end
  70.